1 2 3 4 5
export default function SapImportLayout({ children }: { children: React.ReactNode }) { return <>{children}</> }